go/types.methodList.Lookup (method)
2 uses
go/types (current package)
methodlist.go#L52: func (l *methodList) Lookup(pkg *Package, name string, foldCase bool) (int, *Func) {
named.go#L331: i, _ := n.orig.methods.Lookup(pkg, name, foldCase)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)